home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if x%1==x goto noparm
- if x%2==x goto noparm
- echo Welcome to SoftLab's Hard Disk Installation Procedure.
- echo .
- echo You will need approximately 800K of disk space to install this game
- echo onto your hard disk. If the required space is not available, press
- echo the CTRL key along with the BREAK key to abort this procedure.
- echo .
- echo If enough room is available, simply press return...
- echo .
- echo .
- pause
- cls
- echo .
- echo .
- echo .
- echo .
- echo Please wait... (This process could take a little while)
- echo .
- MKDIR %2\lasthalf
- COPY %1\v0891-01.exe %2\lasthalf\v0891-01.exe
- %2
- CD %2\lasthalf
- v0891-01.exe
- DEL v0891-01.exe
- cls
- echo .
- echo .
- echo The program has been copied over to the drive %2
- echo .
- echo To examine the MANUAL.DOC file, simply type in: TYPE MANUAL.DOC at
- echo the DOS > prompt.
- echo .
- pause
- goto end1
- :noparm
- echo INVALID FORMAT!
- echo .
- echo Type INSTALL (drive with ORIGINAL disk) (hard disk)
- echo Example: INSTALL B: C:
- :end1
-